home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / unfo111.zip / UNFO.CTL < prev    next >
Text File  |  1996-09-19  |  1KB  |  61 lines

  1. ;     User·¡NƒO Configuration File
  2. ;
  3. ;     (C) 1996 Greg MacLellan
  4. ;              MoRBiD Productions
  5. ;
  6. ;
  7. ;     NOTE: Don't screw up this file (too much)! The config verbs *MUST*
  8. ;     ~~~~~ start in the first column, and the value *MUST* start in the 
  9. ;           15th column!
  10. ;
  11. ;  Explanations are listed below
  12. ;
  13. ;
  14. LogoFile      c:\max\misc\unfo.bbs
  15. AnswerFile    c:\max\answer.que
  16. QuestionFile  c:\max\list.que
  17. MinLength     2
  18. End
  19.  
  20. ; Explanations of options: (Also in UNFO.DOC)
  21. ;
  22. ; LogoFile 
  23. ; ~~~~~~~~
  24. ; The location and name of the logo screen. Be sure to include a full path.
  25. ;LogoFile      c:\max\misc\unfo.bbs
  26. ;
  27. ;
  28. ; AnswerFile
  29. ; ~~~~~~~~~~
  30. ; This file is where UNFO will write the user's answers to. Include
  31. ; a full path & filename.
  32. ;  
  33. ;
  34. ;AnswerFile    c:\max\answer.que
  35. ;
  36. ; QuestionFile
  37. ; ~~~~~~~~~~~~
  38. ; This file contains a list of questions (one per line) to ask the user.
  39. ; It will display exactly as in the file, so remember to add "?"'s in.
  40. ;QuestionFile  c:\max\list.que
  41. ;
  42. ;
  43. ; MinLength
  44. ; ~~~~~~~~~
  45. ; The minimum length an answer has to be in order for UNFO to accept it
  46. ; as a valid answer. This is so that users don't just try to enter garbage
  47. ; as an answer.
  48. ;
  49. ;MinLength     2
  50. ;
  51. ;
  52. ; End
  53. ; ~~~
  54. ; Tells UNFO that the file is finished. (Not required, but saves on time
  55. ; when all the rest of the file is comments like this)
  56. ;End
  57.